AddRange(T[]) Method | ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / BaseCollection<T> Class / AddRange Method / AddRange(T[]) Method
An array of items.

In This Topic
AddRange(T[]) Method
In This Topic
Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items.
Syntax
'Declaration
 
Public Overloads Overridable Sub AddRange( _
   ByVal items() As T _
) 
 

Parameters

items
An array of items.
See Also